Preferences

public interface Preferences

This interface stores important values as SharedPreferences. This interface is implemented by PreferencesImpl class.

Functions

clear
Link copied to clipboard
abstract Unit clear()
This method clears all values from the Shared Preferences file.
clearDrlPrefs
Link copied to clipboard
abstract Unit clearDrlPrefs()
getAuthorizedToDownload
Link copied to clipboard
abstract Long getAuthorizedToDownload()
getAuthToResume
Link copied to clipboard
abstract Long getAuthToResume()
getChunk
Link copied to clipboard
abstract Long getChunk()
getCurrentChunk
Link copied to clipboard
abstract Long getCurrentChunk()
getCurrentVersion
Link copied to clipboard
abstract Long getCurrentVersion()
getDateLastFetch
Link copied to clipboard
abstract Long getDateLastFetch()
getDrlDateLastFetch
Link copied to clipboard
abstract Long getDrlDateLastFetch()
getFromVersion
Link copied to clipboard
abstract Long getFromVersion()
getHasScanModeBeenChosen
Link copied to clipboard
abstract Boolean getHasScanModeBeenChosen()
getIsDrlSyncActive
Link copied to clipboard
abstract Boolean getIsDrlSyncActive()
getIsFrontCameraActive
Link copied to clipboard
abstract Boolean getIsFrontCameraActive()
getIsSizeOverThreshold
Link copied to clipboard
abstract Boolean getIsSizeOverThreshold()
getIsTotemModeActive
Link copied to clipboard
abstract Boolean getIsTotemModeActive()
getMaxRetryNumber
Link copied to clipboard
abstract Integer getMaxRetryNumber()
getRequestedVersion
Link copied to clipboard
abstract Long getRequestedVersion()
getResumeToken
Link copied to clipboard
abstract Long getResumeToken()
getScanMode
Link copied to clipboard
abstract String getScanMode()
getShouldInitDownload
Link copied to clipboard
abstract Boolean getShouldInitDownload()
getSizeSingleChunkInByte
Link copied to clipboard
abstract Long getSizeSingleChunkInByte()
getTotalChunk
Link copied to clipboard
abstract Long getTotalChunk()
getTotalNumberUCVI
Link copied to clipboard
abstract Long getTotalNumberUCVI()
getTotalSizeInByte
Link copied to clipboard
abstract Long getTotalSizeInByte()
getValidationRulesJson
Link copied to clipboard
abstract String getValidationRulesJson()
setAuthorizedToDownload
Link copied to clipboard
abstract Unit setAuthorizedToDownload(Long authorizedToDownload)
setAuthToResume
Link copied to clipboard
abstract Unit setAuthToResume(Long authToResume)
setChunk
Link copied to clipboard
abstract Unit setChunk(Long chunk)
setCurrentChunk
Link copied to clipboard
abstract Unit setCurrentChunk(Long currentChunk)
setCurrentVersion
Link copied to clipboard
abstract Unit setCurrentVersion(Long currentVersion)
setDateLastFetch
Link copied to clipboard
abstract Unit setDateLastFetch(Long dateLastFetch)
setDrlDateLastFetch
Link copied to clipboard
abstract Unit setDrlDateLastFetch(Long drlDateLastFetch)
setFromVersion
Link copied to clipboard
abstract Unit setFromVersion(Long fromVersion)
setHasScanModeBeenChosen
Link copied to clipboard
abstract Unit setHasScanModeBeenChosen(Boolean hasScanModeBeenChosen)
setIsDrlSyncActive
Link copied to clipboard
abstract Unit setIsDrlSyncActive(Boolean isDrlSyncActive)
setIsFrontCameraActive
Link copied to clipboard
abstract Unit setIsFrontCameraActive(Boolean isFrontCameraActive)
setIsSizeOverThreshold
Link copied to clipboard
abstract Unit setIsSizeOverThreshold(Boolean isSizeOverThreshold)
setIsTotemModeActive
Link copied to clipboard
abstract Unit setIsTotemModeActive(Boolean isTotemModeActive)
setMaxRetryNumber
Link copied to clipboard
abstract Unit setMaxRetryNumber(Integer maxRetryNumber)
setRequestedVersion
Link copied to clipboard
abstract Unit setRequestedVersion(Long requestedVersion)
setResumeToken
Link copied to clipboard
abstract Unit setResumeToken(Long resumeToken)
setScanMode
Link copied to clipboard
abstract Unit setScanMode(String scanMode)
setShouldInitDownload
Link copied to clipboard
abstract Unit setShouldInitDownload(Boolean shouldInitDownload)
setSizeSingleChunkInByte
Link copied to clipboard
abstract Unit setSizeSingleChunkInByte(Long sizeSingleChunkInByte)
setTotalChunk
Link copied to clipboard
abstract Unit setTotalChunk(Long totalChunk)
setTotalNumberUCVI
Link copied to clipboard
abstract Unit setTotalNumberUCVI(Long totalNumberUCVI)
setTotalSizeInByte
Link copied to clipboard
abstract Unit setTotalSizeInByte(Long totalSizeInByte)
setValidationRulesJson
Link copied to clipboard
abstract Unit setValidationRulesJson(String validationRulesJson)

Inheritors

PreferencesImpl
Link copied to clipboard